Add Apple Container agent skill#1690
Open
aryan5v wants to merge 3 commits into
Open
Conversation
The skill assumed `container` was already installed and had no concrete setup path. Add install guidance across SKILL.md, the workflows and troubleshooting references, and the diagnostic script: - Homebrew (`brew install container`) as the simplest path. - Apple's signed `.pkg` installer as the fallback when Homebrew is absent, including the official double-click flow and a headless `installer` equivalent for agents driving a terminal. - Upgrade/downgrade/uninstall helper scripts under /usr/local. - First-run `container system start` and verification steps. - Note that `brew install container` can succeed on macOS 15 even though the runtime needs macOS 26, so a clean install is not proof the host is supported. Link the user guide (apple.github.io/container/documentation), the Homebrew formula page, and the releases page from SKILL.md and metadata.json.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add an
apple-containeragent skill for using thecontainerCLI as a native Linux container runtime on Apple silicon Macs.The skill covers:
container machinefor persistent Linux environmentsIt also includes a small diagnostic script for collecting host, service, network, and container smoke-test output, and adds the skill install command to the README.
Notes
The skill is CLI-first, but it points agents toward
apple/containerizationwhen the user asks to build Swift software directly against the lower-level container, image, and process management APIs.The skill structure was built using the skills.sh documentation and Anthropic’s
skill-creatorskill.This contribution was AI-assisted; I reviewed the generated content and validation output.
Validation
python3 .../quick_validate.py skills/apple-containernpx skills add . --listnpx skills add 'aryan5v/container#add-apple-container-skill@apple-container' --listpython3 -m json.tool skills/apple-container/metadata.jsongit diff --check